Platform Explorer / Nuxeo Platform 6.0

Operation Collection.Suggestion (Get collection suggestion)

Description

Get the collection list accessible by the current user. This is returning a blob containing a serialized JSON array..
Operation id Collection.Suggestion
Category Services
Label Get collection suggestion
Requires
Since

Parameters

Name Description Type Required Default value
currentPageIndex integer no  
lang string no  
pageSize integer no  
searchTerm string no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.collections.core.automation.SuggestCollectionEntry
Contributing Component org.nuxeo.collections.operations

JSON Definition

{
  "id" : "Collection.Suggestion",
  "label" : "Get collection suggestion",
  "category" : "Services",
  "requires" : null,
  "description" : "Get the collection list accessible by the current user. This is returning a blob containing a serialized JSON array..",
  "url" : "Collection.Suggestion",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "currentPageIndex",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "lang",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "pageSize",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "searchTerm",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}